github.com/refraction-networking/utls.clientHandshakeState.processServerHello (method)

2 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L584: 	isResume, err := hs.processServerHello()
		handshake_client.go#L904: func (hs *clientHandshakeState) processServerHello() (bool, error) {